@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}
html, body {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #8c8c8c;
}

.clearfix {
    

}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.top1{
    width: 100%;
    background: #151515;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.top1 .text{
    width: 1200px;
    margin: 0 auto;
}
.top1 .text p{
    float: left;
}


.hotLine .satext a{
    color:#8c8c8c;
    padding: 5px;
}
.wlo{
    position: relative;
}
.hotLine1{
    position:absolute;
    top: 50px;
}
.hotLine1 .span1 {
	color: #d81e06;
	position: relative;
	padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
}
.hotLine1 .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("../images/i0.png");
}

/* header */
.w {
    width: 1200px;
    margin: 0 auto;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.s {
	background: url(../images/tip.png) no-repeat;
}
/*header*/
.top {
	width: 100%;
	height: 137px;
	position: relative;
}
.logo {
	float: left;
}
.logo img {
	float: left;
	margin-top: 30px;
	margin-right: 15px;
    height: 110px;
}
.logo .header_g {
	margin-top: 57px;
	background: url(../images/logo_li.png) no-repeat left top;
	max-width: 370px;
	padding-left: 20px;
	float: left;
}
.logo .header_g span {
	font-size: 18px;
	line-height: 24px;
	color: #012aa0;
}
.logo .header_g p {
	color: #808080;
	font-size: 24px;
	line-height: 25px;
}
.top .fr {
    position: relative;
	text-align: right;
}
.wlo .tel {
	padding-left: 38px;
	text-align: left;
	height: 36px;
	background-position: -362px top;
}
.top .fr a {
	display: inline-block;
    border-radius: 20px;
    background: #00299e;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin-top: 30px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}
.top .fr a:hover {
	background: #219ad7;
}
.tel span {
	font-size: 18px;
    line-height: 28px;
    color: #5a5a5a;
    display: block;
    float: left;
    margin-top: 4px;
}
.Telephone {
	color: #012aa0;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    display: block;
    font-family: "Arial";
    float: left;
}
.t {
	height: 30px;
	line-height: 26px;
	color: #a6a7a7;
	text-align: center;
}
.t a {
	color: #a6a7a7;
	padding: 0 10px;
}
.t li {
}
.t .webMap {
	background-position: left -148px;
}
.t .addFav {
	background-position: left -48px;
}
.t .setHome {
	background-position: left -96px;
}


/*导航栏*/

.nav_main {

	position: relative;

	width: 100%;

	float: left;

	height: 60px;

	color: #fff;

	z-index: 13;

	border-bottom: 1px solid #d2d2d6;

margin-top: 30px;

border-top: 1px solid #d2d2d2;

}

.nav_main .nav {

	width: 1200px;

	margin: 0 auto;

	margin-top: 15px;

}

.nav_main .nav li {

	position: relative;

	color: #fff;

	line-height: 32px;

	float: left;

	margin-right: 17px;

	border-radius: 24px;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s;

}
.nav_main .nav li:last-child{
    margin-right: 0;
}

.nav_main .nav li a.aLink {

	width: 118px;

	height: 32px;

	line-height: 32px;

	font-size: 15px;

	text-align: center;

	display: block;

	color: #333333;

	font-weight: bold;

}

.nav_main .nav li.hover, .nav_main .nav li:hover {

	background-color: #00299e;

}

.nav_main .nav li.hover a, .nav_main .nav li:hover a {

	color: #fff;

}

/*导航栏下拉*/

.nav_main li.hover .subnav a {

	background: none;

}

.nav_main .nav .subnav {

	height: auto;

	left: 0px;

	top: 32px;

	position: absolute;

	width: 100%;

	z-index: 199;

	background: rgba(255,255,255,0.86);

	border-radius: 12px;

}

.nav_main .nav .subnav {

filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);

	opacity: 0;

	visibility: hidden;

	transition: all .6s ease 0s;

	transform: translate3d(0, 10px, 0);

	-moz-transform: translate3d(0, 10px, 0);

	-webkit-transform: translate3d(0, 10px, 0);

}

.nav_main .nav li:hover .subnav {

	opacity: 1;

	visibility: visible;

	transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-webkit-transform: translate3d(0, 0, 0);

}

.nav_main .nav .subnav li {

	width: 100%;

}

.nav_main .nav .subnav .nav1 a {

	color: #333;

	display: block;

	font-size: 14px;

	font-weight: 500;

	line-height: 34px;

	text-align: center;

	border-bottom: #ddd 1px solid;

}

.nav_main .nav .subnav li:hover {

	background: none;

}

.nav_main .nav .subnav li:hover a {

	color: #012aa0;

}

.nav_main .nav .subnav li:last-child a {

	border-bottom: 0;

}


.fullSlide{ position:relative; margin:0 auto; height: 600px;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top;  } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-60px; height:30px; line-height:30px;  text-align:center;

}
.fullSlide .hd ul{ text-align:center;  padding-top:2px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:20px; margin:5px; background:url(../images/tg_flash_p.png) -46px 0; overflow:hidden; 
font-size:0;
}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-15% 0 0 3%; float:left;  background:url(../images/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }

.about_us{
	/* background: #f00; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
	position: relative;
}
.about_us::before{
	content: "";
    width: 39px;
    height: 3px;
    background-color: #00299e;
    bottom: -1px;
    position: absolute;
}
.about_us .au_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.about_us .au_left h4{
	font-size: 14px;
	color: #000;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.about_us .au_left h1{
	font-size: 45px;
	color: #000;
}
.about_us .au_right{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_us .au_right .cota{
	display: block;
	padding-top: 40px ;
	color: #444;
	margin: 0 20px;
}
.about_us .au_right .cota:last-child{
	background: url(../images/ys3.png) no-repeat center 0;
}
.about_us .au_right .cota:last-child:hover{
	background: url(../images/ys3-v.png) no-repeat center 0;
}

.about_us .au_right .cota:nth-child(1){
	background: url(../images/ys1.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(1):hover{
	background: url(../images/ys1-v.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(2){
	background: url(../images/ys6.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(3){
	background: url(../images/ys5.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(4){
	background: url(../images/ys7.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(2):hover{
	background: url(../images/ys6-v.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(3):hover{
	background: url(../images/ys5-v.png) no-repeat center 0;
}
.about_us .au_right .cota:nth-child(4):hover{
	background: url(../images/ys7-v.png) no-repeat center 0;
}
.about_us .au_right .cota:hover{
	color: #00299e;
}
.about_us .au_right .cota span{
	margin-top: 50px;
}

.about_us .au_right .zj_cont{
	width: 770px;
    color: #333;
    text-indent: 2em;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}

.about_cont {

	display: flex;
	justify-content: center;
	align-items: start;
}

.about_cont .cont_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 50px;
}
.about_cont .cont_left h1{
	width: 100%;
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
.about_cont .cont_left .cont_content{
    line-height: 35px;
    text-indent: 2em;
    font-size: 16px;
    color: #000;

}
.about_cont .cont_left .cont_btn{

}
.about_cont .cont_left .cont_btn span{
	padding: 10px;
	border: 1px solid #00299e;
}
.about_cont .cont_left .cont_btn span a{
	color: #fff;
	padding: 7px 30px;
	background: #00299e;
}
.about_cont .cont_left .cont_btn span a:hover{
	background: #fff;
	color: #00299e;
}
.about_cont .cont_right img{
	border-top-left-radius: 27px;
	border-bottom-right-radius: 27px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.aboutus{
	width: 100%;
	padding: 25px 0 90px;
}
.export_index{
	width: 100%;
    padding: 40px 0;
    background: #000;
	background: url(../images/team-bg.jpg) no-repeat center center;
}
.zhuanjia .tempWrap{}
.zhuanjialist{
	padding: 30px auto;
}
.zhuanjia1{ margin:50px auto;  position:relative;  width:1200px;  overflow:hidden;  height: 430px;   }	
.zhuanjia1 .prev{ position: absolute;
    left: 490px;
    bottom: 0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer; }	
	.zhuanjia .prev:hover{
		background-position: -160px -0px;
	}
.icons{
	background: url(../images/jichu_icon.png) no-repeat;
}
.zhuanjia1 .amore{
	position: absolute;
    left: 570px;
    bottom: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.zhuanjia1 .amore:hover{
	background-position: -80px -76px;
}
.zhuanjia1 .next{ position: absolute;
    right: 490px;
    bottom: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;}	
.zhuanjia1 .next:hover{
	background-position: -240px -0px;
}
	
.zhuanjia1 ul{ overflow:hidden; zoom:1; }	
.zhuanjia1 ul li{ width:222px; float:left; overflow:hidden; padding:0 10px;     }	
.zhuanjia1 ul li img{ width:208px; height:250px; display:block; background:url(../images/loading.gif) center center no-repeat;border-radius: 20px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);}
.zhuanjia1 ul li .zjname{text-align:center;font-size:20px;width:250px;display:block;font-weight:bold;color: #fff;margin-top: 20px;}
.zhuanjia1 ul li .zjflei{text-align:center;width:250px;display:block;font-size:20px;color: #fff;}


/* page-banner */
.page-banner{
	overflow: hidden;
	width: 100%;
}
.page-banner img{
	width: 100%;
}

/* category */
.category{
	border-bottom:1px solid #eee;
}
.category .left{
    float: left;
    width: 25%;
    padding: 50px 0;

}
.category .left .entitle{
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 10px;
}
.category .left .zhtitle{
    font-size:40px;
    color:#111;
}
.category .right{
    float: right;
    width: 70%;
    padding: 30px 0 30px 30px;
    margin: 40px 0 20px 0;
	position:relative
}
.category .right .cate1{
    width: 100%;
}
.category .right .cate1 a{
    display: block;
    float: left;
    padding: 10px 27px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 30px;
    margin-bottom: 00px;
    color: #333;
}
.category .right .cate1 .cur{
	background: #012aa0;
    color: #fff;
}
.category .right .cate1 a:last-child{
    margin-right: 0;
}
.category .right .cate1 a:hover{
    background: #012aa0;
    color: #fff;
}
.category .right .cate1 img{
	float: right;
}

.category .right .cate{
    width: 70%;
}
.category .right .cate a{
    display: block;
    float: left;
    padding: 10px 27px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 30px;
    margin-bottom: 10px;
    color: #333;
}
.category .right .cate .cur{
	background: #012aa0;
    color: #fff;
}
.category .right .cate a:last-child{
    margin-right: 0;
	margin-bottom: 0;
}
.category .right .cate a:hover{
    background: #012aa0;
    color: #fff;
}
.category .right .contact .tel{
    float: left;
    margin: 0px 0 0 0; 
    background: url("../images/left_tel.png")no-repeat ;

}
.category .right .contact .tel .qg_fwrx{
    margin-left: 63px;
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.category .right .contact .tel .qg_fwrx_tel{
    font-size: 28px;
    color: #f00;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    padding: 10px 0;
}

.category .right .contact .addr{
    float: left;
    padding: 0px 0 0 50px;
    font-size: 15px;
    color:#333
}
.category .right .contact .addr p{
    line-height: 30px;
}
.category .right .contact .btn{
    float: right;
    margin-right: 6px;

}
.category .right .contact .btn a{
    padding: 10px 20px;
    margin-bottom: 10px;
    background: #012aa0;
    color: #fff;
    display: block;


}
.category .right .contact .btn a:last-child{
    background: #28b8e6;
}

.category .right .search{
	position: absolute;
	width: 200px;
	right: 18px;
	top: 0;

}

.category .right .search h1{
	color: #111;
	font-size: 16px;
	text-align: center;
}
.category .right .search input{
	width: 100%;
	border: 1px solid #ccc;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.category .right .search .search_btn{
	cursor: pointer;
    background: #0e4295;
    color: #fff;
    border: none;
    float: left;
    width: 150px;
    height: 40px;
    margin-left: 25px;
    border-radius: 20px;
}

.category .right .search1{
	position: absolute;
	width: 200px;
	right: 280px;
	top: 0;

}

.category .right .search1 h1{
	color: #111;
	font-size: 16px;
	text-align: center;
}
.category .right .search1 input{
	width: 100%;
	border: 1px solid #ccc;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.category .right .search1 .search_btn{
	cursor: pointer;
    background: #0e4295;
    color: #fff;
    border: none;
    float: left;
    width: 150px;
    height: 40px;
    margin-left: 25px;
    border-radius: 20px;
}

.team_left ul li{
	margin-bottom: 20px;
	
}
.team_left{
	width: 60%;

	float: left;
	position: relative;
	padding-top: 60px;

}
.team_left .zhuanjiamingzi{
	position: absolute;
	top: 130px;
	left: 30px;
	height: 130px;
	width: 120px;
	background: url(../images/txk.jpg) no-repeat;
	background-size: 120px;
}
.team_left .zhuanjiatouxian{
	position: absolute;
	right: 65px;
	top: 290px;
	writing-mode: vertical-rl;
	background: #fc0;
	color: #333;
	padding: 10px;
	border-radius: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size:18px;
}
.team_left .zhuanjiamingzi p{
	writing-mode: vertical-rl;
    font-weight: bold;
    color: #000;
    font-size: 20px;
	padding: 26px 52px;
}
.team_left .touxiang{
	margin: 0 auto;
	text-align: center;
	padding: 14px;
	
}
.team_left .touxiang img{
	width: 50%;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
}
.team_left .jieshao{
	padding: 14px;
	line-height: 30px;
	margin-top: 40px;
}


.team_left .newsleft{
	float: left;
	width: 27%;
}
.team_left .newsleft img{
	width: 100%;
}
.team_left .newsright{
	float: right;
	width: 70%;
	padding: 0 10px;
}
.team_left .newsright h1{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.team_left .newsright h1 a{
	color: #000;
}
.team_left .newsright h1 a:hover{
	color: #012aa0;
}
.team_left .newsright .nmiddle{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.team_left .newsright .nmiddle .nmidleft{

	color: #fff;
	width: 30%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}
.team_left .newsright .nmiddle .nmidleft a{
	color: #999;
}
.team_left .newsright .nmiddle .nmidleft p{
	padding: 3px 0;
	font-size: 14px;
	color: #999;
}
.team_left .newsright .nmiddle .nmidright{

	padding-left: 20px;
	border-left: 1px solid #ccc;
	width: 100%;
}

.team_left .newsright .nbottom{
	float: right;
	padding-top: 12px;
}
.team_left .newsright .nbottom a{
	color: #252525;
}
.team_left .newsright .nbottom a:hover{
	color: #012aa0;
}

.team_left .article_title{
	padding: 20px 50px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.team_left .article_tro{
	text-align: center;
}
.team_left .article_tro a{
	color: #333;
	margin-right: 20px;
}
.team_left .article_tro span{
	margin-left: 20px;
}
.team_left .article{
	padding: 20px;
	line-height: 27px;
}



.team_right{
	width: 35%;

	/* background: #f00; */
	float: right;
	padding: 20px;
}
.team_right .zhuanjia h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 20px 10px;
}
.team_right .zhuanjia h1 span{
	font-weight: normal;
	padding-left: 10px;
	font-size: 14px;
}
.team_right .zhuanjia .liebiao{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.team_right .zhuanjia .liebiao a{
	color: #333;
	border: 1px solid #ccc;
	padding: 10px 17px;
	display: block;
	margin: 10px;

}
.team_right .zhuanjia .liebiao .cur{
	background: #012aa0;
	color: #fff;
}
.team_right .zhuanjia .liebiao a:hover{
	background: #012aa0;
	color: #fff;
}

.team_right .lianxi h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 20px 10px;
	margin-top: 30px;
}
.team_right .lianxi h1 span{
	font-weight: normal;
	padding-left: 10px;
	font-size: 14px;
}
.team_right .lianxi p{
	padding: 3px 10px;
	color: #333;
}


.team_right .hotnews h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 20px 10px;
	margin-top: 30px;

}
.team_right .hotnews h1 span{
	font-weight: normal;
	padding-left: 10px;
	font-size: 14px;
}
.team_right .hotnews ul{
	padding: 10px;
	list-style: none;
}
.team_right .hotnews ul li{
	float: left;
	border-top: 1px solid #f3f3f3;
	padding: 14px 0;
}
.team_right .hotnews ul li a:hover .rightnews{
	color: #012aa0;
}
.team_right .hotnews .leftimg{
	float: left;
	width: 106px;
}
.team_right .hotnews .leftimg img{
	width: 100%;
}
.team_right .hotnews .rightnews{
	color: #333;
    float: right;
    width: 270px;
}
.team_right .hotnews .rightnews p{
	padding: 0 10px;
}
.team_right .hotnews .rightnews p:last-child{
	text-align: right;
	padding-top: 10px;
}



.teamlist{
	/* height: 1000px; */
	margin-top: 10px;
	margin-bottom: 50px;

}
.teamlist .manypic{
	position:absolute;
	top: 500px;
    left: 260px;

}
.teamlist .manypic ul li{
	float: left;
	border: 20px solid #fff;
}
.teamlist .manypic ul li img{
	box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.5)
}
.teamlist .export_list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}
.teamlist .about_left{
float: left;
width: 42%;
}

.teamlist .about_right{
	float: right;
	width: 55%;
}
.teamlist .about_right h2{
	font-size: 17px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 5px solid #00299e;
	width: 12%;
	text-align: center;

}
.teamlist .about_right .nin{
	font-size: 30px;
	padding: 20px 10px;
}
.teamlist .about_right .addr{
	font-size: 20px;
	padding: 20px 10px;
}
.teamlist .about_right h1{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.teamlist .about_right .slogen{
	margin: 30px;
	font-size: 17px;
	color: #00299e;
	line-height: 17px;
}
.teamlist .about_right .slogen span{
	display: block;
	width: 17px;
	height: 17px;
	float: left;
}
.teamlist .about_right .slogen .black{
	background: #2db3e7
}
.teamlist .about_right .slogen .blue{
	background: #00299e;
	margin-right: 13px;
}
.teamlist .about_right .about_content{
	text-indent: 2em;
	line-height: 34px;
	font-size: 16px;
	margin-bottom: 20px;
}

.teamlist .export_list .export{
	display: block;
    width: 278px;
    border: 1px solid #ccc;
    color: #111;
    border-top-left-radius: 27px;
    overflow: hidden;
    border-bottom-right-radius: 27px;
}
.teamlist .export_list .export:hover{
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.teamlist .export_list .export img{
	width: 100%;
	transition: .9s;


}
.teamlist .export_list .export .img{
	overflow: hidden;
}
.teamlist .export_list .export:hover .img img {

	transform: scale(1.2);


	-webkit-transform: scale(1.2);

}
.teamlist .export_list .export p{
	line-height: 30px;
	margin: 10px 20px;
    padding-bottom: 15px;
}
.teamlist .export_list .export .files{
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.teamlist .export_list .export p span{
	margin-right: 20px;
}
.teamlist .export_list .export p b{
	font-size: 20px;
}

.teamlist .export_list .export .tiles{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.teamlist .export_list .export p .icon {
	background: url(../images/icon.png) no-repeat -230px -110px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
    height: 12px;

}
.teamlist .export_list .export:hover p{
	color: #012aa0;
}

.guoneilist{
	
	margin-top: 10px;
	margin-bottom: 50px;
}
.guoneilist .export_list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
	min-height: 100px;
}
.guoneilist .export_list .export{
	display: block;
    width: 278px;
    border: 1px solid #ccc;
    color: #111;
	position: relative;
    overflow: hidden;

}
.guoneilist .export_list .export .isrecommend{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.guoneilist .export_list .export .isrecommend img{
	width: 80px;
}
.guoneilist .export_list .export .istop{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.guoneilist .export_list .export .istop img{
	width: 80px;
}
.guoneilist .export_list .export:hover{
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.guoneilist .export_list .export img{
	width: 100%;
	transition: .9s;


}
.guoneilist .export_list .export .img{
	overflow: hidden;
}
.guoneilist .export_list .export:hover .img img {

	transform: scale(1.2);


	-webkit-transform: scale(1.2);

}
.guoneilist .export_list .export p{
	line-height: 30px;
	margin: 10px 20px;
    padding-bottom: 15px;
}
.guoneilist .export_list .export .files{
	border-bottom: 1px solid #f5f5f5;

	text-align: center;
}
.guoneilist .export_list .export .visits{
	text-align: left;
	padding-bottom: 0;
}
.guoneilist .export_list .export .visits b{
	color: #f00;
	font-size: 16px;
}
.guoneilist .export_list .export .pushdata{
	border-bottom: 1px solid #f5f5f5;
}
.guoneilist .export_list .export p span{
	margin-right: 20px;
}
.guoneilist .export_list .export p b{
	font-size: 20px;
}

.guoneilist .export_list .export .tiles{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guoneilist .export_list .export p .icon {
	background: url(../images/icon.png) no-repeat -230px -110px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
    height: 12px;

}
.guoneilist .export_list .export:hover p{
	color: #012aa0;
}

em, i {
    font-style: normal;
}

.pages{
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 100px;
}
.pages a{
	color: #333;
	background: #fff;
	padding: 10px 15px;
    margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.pages .page-num-current{
	color: #fff;
    background: #012aa0;
    border: 1px solid #333;
}

/* footer */
.lh-footer {
	background: #333;
	padding-top: 4%;
}
.lh-footer:before {
	content: '';
	display: block;
	width: 50%;
	height: 600px;
	background: url(../images/index-b5.jpg) no-repeat center;
	position: absolute;
	right: 0;
	top: -35px;
}
.lh-footer-cont {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.lh-footer-l {
	color: #fff;
	width: 650px;
	padding: 80px 80px 127px 80px;
	border: 6px solid #fff;
}
.lh-footer-l h2 {
	font-size: 30px;
	font-weight: bold;
}
.lh-footer-l h3 {
	position: relative;
	margin: 10px 0 50px;
	display: inline-block;
}
.lh-footer-l h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.lh-footer-item {
	width: 350px;
}
.lh-footer-item li {
	margin-top: 30px;
	position: relative;
}
.lh-footer-item li:last-child {
	margin-top: 50px;
}
.lh-footer-item li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.lh-footer-item li span {
	float: left;
}
.lh-footer-item li em {
	width: 280px;
	float: left;
}
.lh-footer-item li b {
	font-size: 34px;
	font-weight: bold;
	position: absolute;
	left: 98px;
	top: -10px;
	font-style: italic;
}
.lh-footer-item li i {
	position: absolute;
	right: 20px;
	top: 30px;
}
.lh-footer-logo {
	margin: auto;
	width: 164px;
	display: block;
}
.lh-footer-gz {
	margin-top: 40px;
}
.lh-footer-gz li {
	margin-left: 45px;
	float: left;
	text-align: center;
	color: #fff;
}
.lh-footer-gz li img{ width:140px}
.lh-footer-gz li h2 {
	margin-top: 10px;
}
.lh-footer-share {
	text-align: center;
	margin-top: 40px;
}
.lh-footer-share a {
	color: #fff !important;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	background: none !important;
	text-align: center;
	line-height: 40px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 15px !important;
	font-size: 20px;
	padding: 0 !important;
}
.lh-footer-share a:hover {
	transform: rotate(360deg);
	text-decoration: none !important;
	opacity: 1 !important;
}
.lh-footer-nav {
	margin-top: 70px;
	background: #252525;
	padding: 40px 0;
	background: #252525;
	text-align: center;
}
.lh-footer-nav li {
	display: inline-block;
	padding: 0 80px;
	position: relative;
	height: 18px;
	line-height: 18px;
}
.lh-footer-nav li a {
	color: #9a9a9a;
	font-size: 18px;
}
.lh-footer-nav li:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #9a9a9a;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(15deg);
}
.lh-footer-nav li:first-child:before {
	display: none;
}
.lh-footer-nav li a:hover {
	color: #fff;
}
.lh-copy {
	background: #191919;
	height: 40px;
	line-height: 40px;
	color: #535353;
}
.lh-copy-cont {
	width: 1200px;
	margin: auto;
}
.lh-copy-cont h2 {
	float: left;
}
.lh-copy-cont span {
	float: right;
}
.lh-copy-cont a {
	color: #535353;
	text-decoration: underline;
}
.lh-copy-cont a:hover {
	color: #fff;
}
.lh-other-nav {
	width: 100%;
	background: #fff;
	height: 60px;
	overflow: hidden;
}
.lh-other-l li {
	float: left;
	margin-right: 45px;
	line-height: 60px;
}
.lh-other-l li.active a {
	background: #b72024;
	color: #fff;
}
.lh-other-l li.active a:before {
	background: #fff;
}
.lh-other-l li a {
	padding: 5px 10px 5px 25px;
	color: #333;
	position: relative;
}
.lh-other-l li a:before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 10px;
	top: 50%;
	transition: ease .65s;
}
.lh-other-l li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transition: ease .65s;
}
/*.lh-other-l li a:hover:before{width:0;}*/
.lh-other-l li a:hover:after {
	width: 100%;
	left: 0;
	transition-delay: .2s;
}
.lh-other-l li.active a:hover:before {
	width: 6px;
}
.lh-other-r {
	line-height: 60px;
	color: #666;
}
.lh-other-r a {
	color: #666;
}
.lh-other-r em {
	margin: 0 5px;
}
.lh-other-r i {
	font-size: 24px;
	margin-right: 5px;
}
.lh-other-r a:hover {
	color: #b72024;
}
.lh-other-box {
	padding: 3% 0 8%;
	background: #EFEFEF;
	background-attachment: fixed;
	position: relative;
}
.lh-other-container {
	background: #fff;
	box-shadow: 0 0 18px rgba(12,3,6,.19);
	padding: 60px;
}
.lh-other-box:before {
	content: '';
	display: block;
	width: 580px;
	height: 594px;
	background: url(../images/other-bg1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.lh-other-box:after {
	content: '';
	display: block;
	width: 1075px;
	height: 1081px;
	background: url(../img/other-bg2.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: -195px;
}
.lh-news-h {
	position: relative;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}
.lh-news-h b {
	font-size: 18px;
	color: #333;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.lh-news-h:before {
	content: '';
	display: block;
	width: 4px;
	height: 12px;
	background: #b72024;
	position: absolute;
	left: -20px;
	top: 5px;
}
.lh-news-item li {
	padding: 30px 0;
	border-top: 1px dashed #B1B1B1;
	position: relative;
}
.lh-news-item li:first-child {
	border: none;
}
.lh-news-item li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.lh-news-item li .img {
	float: left;
	width: 280px;
	margin-right: 40px;
	transition: ease .65s;
}
.lh-news-item li .text {
	float: left;
	width: 570px;
	transition: ease .65s;
}
.lh-news-item li h4 {
	color: #999;
	position: relative;
	margin-bottom: 45px;
	top: 10px;
}
.lh-news-item li h4:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: -15px;
	transition: ease .65s;
}
.lh-news-item li h2 {
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: ease .65s;
}
.lh-news-item li h3 {
	line-height: 24px;
	color: #888;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
}
.lh-news-item li span {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #999;
	height: 18px;
	margin-top: -9px;
	line-height: 18px;
	transition: ease .65s;
	transform: translateX(-60px);
	opacity: 0;
}
.lh-news-item li span i {
	margin-left: 10px;
	font-size: 18px;
	position: relative;
	top: 1px;
}
.lh-news-item li span:before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: #E5E5E5;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -20px;
	transition: ease .65s;
}
.lh-news-item li:hover .img {
	transform: scale(1.2) translateX(23px);
}
.lh-news-item li:hover .text {
	transform: translateX(50px);
	transition-delay: .25s;
}
.lh-news-item li:hover h2 {
	color: #b72024;
	transition-delay: .25s;
}
.lh-news-item li:hover span {
	transform: translateX(0);
	transition-delay: .55s;
	opacity: 1;
	color: #b72024;
}
.lh-news-item li:hover span:before {
	background: #b72024;
}
.lh-page {
	text-align: center;
	margin-top: 60px;
}
.lh-page a, .lh-page span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #9a9a9a;
	margin: 0 7px;
}
.lh-page .n {
	background: #C8C8C8;
	color: #fff;
	border-radius: 0;
}
.lh-page a:hover {
	background: #b72024;
	color: #fff;
}
.lh-page .active {
	background: #b72024;
	color: #fff;
}
.lh-footer.other:before {
	display: none;
}
.lh-footer-l.other {
	border: none;
	padding: 0;
}
.lh-footer-item.other {
	width: auto;
}
.lh-footer-item.other li {
	margin-top: 10px;
	color: #999;
}
.lh-footer-item.other li em {
	width: auto;
}
.lh-footer-l.other h3 {
	margin: 10px 0 40px;
}
.lh-footer-share.other {
	text-align: left;
}
.lh-footer-share.other a:first-child {
	margin-left: 0 !important;
}
.lh-footer-tel {
	text-align: right;
	color: #999;
}
.lh-footer-tel h2 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
}
.lh-footer-gz.other li {
	color: #999;
}
.lh-footer-nav.other {
	padding: 25px 0;
	margin-top: 50px;
}
.lh-footer.other .lh-about-h2 {
	display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.lh-section {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.navigitor{
	border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;

}
.navigitor .daohang_main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navigitor .daohang_main .nav li{
	float: left;
}
.navigitor .daohang_main .nav li a{
	color: #252525;
	font-size: 16px;
	padding: 10px;
	margin: 0 20px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
}

.navigitor .daohang_main .nav .active a{
	border-bottom: 5px solid #012aa0;
}
.navigitor .daohang_main .nav li a::after{
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #0e4295;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.navigitor .daohang_main .nav li:hover a::after {
	left: 0;
	right: 0;
	z-index: 1;
}

.navigitor .daohang_main .search{
	display: flex;
	justify-content: center;
	align-items: center;
}
.navigitor .daohang_main .search input{
	border: 1px solid #ccc;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 185px;
	margin-left: 10px;
}
.navigitor .daohang_main .search span{
	font-size: 16px;
	color: #111;
}
.navigitor .daohang_main .search button{
cursor: pointer;
    background: #00299e;
    color: #fff;
    border: none;
    float: left;
    width: 90px;
    height: 34px;
    margin-left: 5px;
    border-radius: 20px;
}
.cang_main{
	margin: 40px auto;
}

.cang_main .cang_left{
	width: 55%;
	height: 600px;
	float: left;
}
.cang_main .cang_right{
	min-height: 600px;
	float: right;
	width: 45%;

}
/*zoom*/
.magnifierRentgen {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%
}
.magnifierRentgen .magnifier-loupe {
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: #191919 4px solid;
    box-shadow: rgba(0,0,0,0.3) 5px 5px 8px;
    cursor: none;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    display: none
}
.wrap {
    max-width: 430px;
    margin:1px auto;
    padding: 10px ;
    border: #00299e 5px solid;
    position: relative;
    box-shadow: 1px 1px 1px #999;
}
.cpzx img{width: 100%;}
.cp_zhuyi{text-align: center; color: #f00;}


.titBlue {
	text-align: center;
    height: 30px;
    overflow: hidden; border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc;
    padding: 0px 10px 0px 15px;
    color: #000;
    font-weight:bold;
	font-size:14px;
	line-height:30px;
	
}
.option h1{
	font-size: 30px;
	color: #191919;
	padding: 30px 0;
	font-weight: bold;

}
.option table {
    width: 100%;
    border-collapse: collapse; font-size: 14px;
}

.option th {
    width: 60px;
    background: #f2f2f2;
}

.option th, .option td {
    border: 1px solid #ccc;
    padding: 0px 10px;
    height: auto;
    line-height:24px; padding: 10px;
    word-break: break-all;
}

.option .col {
    width: 217px;
}

.option .col a {
    color: #333333;
}

.option em {
    font-family: Arial;
}




.export_us{
	/* background: #f00; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
	position: relative;
}
.export_us::before{
	content: "";
    width: 39px;
    height: 3px;
    background-color: #fff;
    bottom: -1px;
    position: absolute;
}
.export_us .au_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.export_us .au_left h4{
	font-size: 14px;
	color: #fff;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.export_us .au_left h1{
	font-size: 45px;
	color: #fff;
}
.export_us .au_right{
	display: flex;
	justify-content: center;
	align-items: center;
}
.export_us .au_right .cota{
	display: block;
	padding-top: 40px ;
	color: #fff;
	margin: 0 20px;
}
.export_us .au_right .zj_cont{
	width: 770px;
    color: #fff;
    text-indent: 2em;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}

.export_index{
	width: 100%;
    padding: 40px 0;
    background: #000;
	background: url(../images/team-bg.jpg) no-repeat center center;
}



.gncom{
	width: 100%;
    padding: 50px 0 90px;
}
.gncom .gncom_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gncom .gncom_left h4{
	font-size: 14px;
	color: #000;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.gncom .gncom_left h1{
	font-size: 45px;
	color: #000;
}
.gncom .gncom_right .cota{
	display: block;
	padding-top: 40px ;
	color: #fff;
	margin: 0 20px;
}
.gncom .gncom_right .gncom_cont{
	width: 770px;
    color: #fff;
    padding-left: 20px;
}

.gncom .gncom_right .gncom_cont span{
	padding: 10px;
    border: 1px solid #00299e;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 50px;
}
.gncom .gncom_right .gncom_cont span a{
	color: #00299e;
    padding: 7px 30px;
	border-radius: 20px;
}
.gncom .gncom_right .gncom_cont span a:hover{
    background: #00299e;
	color: #fff;

}
.zdtj{ width:1200px; overflow: hidden;  position:relative;height: 500px;}
.zdtj .hd ul{ float:right; zoom:1; overflow: hidden;}
.zdtj .bd{width: 1200px; margin: 0 auto; overflow: hidden; position: relative;height: 417px;}
.zdtj .bd ul li{ margin-right:20px; float:left;overflow: hidden; width: 280px;  height:auto; border:1px solid #ccc;cursor:pointer;border-top-left-radius:20px;border-bottom-right-radius:20px;position: relative; }
.zdtj .bd ul li:hover .cp_show .zd_img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.zdtj .bd ul li:hover .zd_sanH{
	background: #00299e;

}
.zdtj .bd ul li:hover .zd_sanH p{
	color: #fff;
}
.zdtj .bd ul li:hover .zd_title{
	background: #00299e;
	color: #fff;
}

.gn_istuijian{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.gn_istuijian img{
	width: 30%;
}
.cp_show{ height: 380px; moz-user-select:-moz-none;-moz-user-select: none;  -o-user-select:none; -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none;padding: 16px;  }
.cp_show .cp_showa{overflow: hidden;display: block;}


.cp_show .zd_img{ width:226px; height: 226px;  margin: 0px auto; display: block;border-radius: 20px;transition: .9s; }

.cp_show .zd_title{ color: #000; font-size: 15px; overflow: hidden;     padding-top: 10px;
    padding-bottom: 6px;text-align:center}
.cp_show .zd_sanH{
	padding-bottom:12px;padding-left:12px;padding-right:12px
}
.cp_show .zd_sanH p{ font-size: 13px; color: #333; line-height: 22px;}

.cp_show  .zd_cp_view{width: 100%;height: 32px; line-height: 32px; border-radius: 6px; background: url(../images/jichu_icon2.png) no-repeat;display: block;background-position:188px -170px ; font-size: 14px;color: #333;}


.zdtj .prev{ position: absolute;
    left: 490px;
    bottom: 0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer; 
}	
.zdtj .prev:hover{
		background-position: -160px -0px;
	}
.icont{
	background: url(../images/jichu_icon2.png) no-repeat;
}
.zdtj .amore{
	position: absolute;
    left: 570px;
    bottom: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.zdtj .amore:hover{
	background-position: -80px -76px;
}
.zdtj .next{ position: absolute;
    right: 490px;
    bottom: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;}	
.zdtj .next:hover{
	background-position: -240px -0px;
}



.hwcom{
	width: 100%;
    padding: 50px 0 90px;
	background: url(../images/hw-bg.jpg) no-repeat center center;
}
.hwcom .hwcom_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.hwcom .hwcom_left h4{
	font-size: 14px;
	color: #fff;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.hwcom .hwcom_left h1{
	font-size: 45px;
	color: #fff;
}
.hwcom .hwcom_right .cota{
	display: block;
	padding-top: 40px ;
	color: #fff;
	margin: 0 20px;
}
.hwcom .hwcom_right .hwcom_cont{
	width: 770px;
    color: #fff;
    padding-left: 20px;
}

.hwcom .hwcom_right .hwcom_cont span{
	padding: 10px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 50px;
}
.hwcom .hwcom_right .hwcom_cont span a{
	color: #fff;
    padding: 7px 30px;
	border-radius: 20px;
}
.hwcom .hwcom_right .hwcom_cont span a:hover{
    background: #fff;
	color: #00299e;

}
.hw_istuijian{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.hw_istuijian img{
	width: 30%;
}

.zdtj1 .prev{ position: absolute;
    left: 490px;
    bottom: 0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer; 
}	
.zdtj1 .prev:hover{
		background-position: -160px -0px;
	}

.zdtj1 .amore{
	position: absolute;
    left: 570px;
    bottom: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.zdtj1 .amore:hover{
	background-position: -80px -76px;
}
.zdtj1 .next{ position: absolute;
    right: 490px;
    bottom: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;}	
.zdtj1 .next:hover{
	background-position: -240px -0px;
}

.zdtj1{ width:1200px; overflow: hidden;  position:relative;height: 500px;}
.zdtj1 .hd ul{ float:right; zoom:1; overflow: hidden;}
.zdtj1 .bd{width: 1200px; margin: 0 auto; overflow: hidden; position: relative;height: 417px;}
.zdtj1 .bd ul li{ margin-right:20px; float:left;overflow: hidden; width: 280px;  height:auto; border:1px solid #ccc;cursor:pointer;border-top-left-radius:20px;border-bottom-right-radius:20px;position: relative; }
.zdtj1 .bd ul li:hover .cp_show .zd_img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.zdtj1 .bd ul li:hover .zd_sanH{
	background: #00299e;

}
.zdtj1 .bd ul li:hover .zd_sanH p{
	color: #fff;
}
.zdtj1 .bd ul li:hover .zd_title{
	background: #00299e;
	color: #fff;
}

.cp_show1{ height: 380px; moz-user-select:-moz-none;-moz-user-select: none;  -o-user-select:none; -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none;padding: 16px;background: #fff;  }
.cp_show1 .cp_showa{overflow: hidden;display: block;}


.cp_show1 .zd_img{ width:226px; height: 226px;  margin: 0px auto; display: block;border-radius: 20px;transition: .9s; }

.cp_show1 .zd_title{ color: #000; font-size: 15px; overflow: hidden;     padding-top: 10px;
    padding-bottom: 6px;text-align:center}
.cp_show1 .zd_sanH{
	padding-bottom:12px;padding-left:12px;padding-right:12px
}
.cp_show1 .zd_sanH p{ font-size: 13px; color: #333; line-height: 22px;}

.cp_show1  .zd_cp_view{width: 100%;height: 32px; line-height: 32px; border-radius: 6px; background: url(../images/jichu_icon2.png) no-repeat;display: block;background-position:188px -170px ; font-size: 14px;color: #333;}

.zdtj1 .bd ul li:hover .cp_show1 .zd_img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.about_us1::before{
	content: "";
    width: 39px;
    height: 3px;
    background-color: #fff;
    bottom: -1px;
    position: absolute;
}
.about_us1{
	/* background: #f00; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
	position: relative;
}


.xscom{
	width: 100%;
    padding: 50px 0 90px;
}
.xscom .xscom_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.xscom .xscom_left h4{
	font-size: 14px;
	color: #000;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.xscom .xscom_left h1{
	font-size: 45px;
	color: #000;
}
.xscom .xscom_right .cota{
	display: block;
	padding-top: 40px ;
	color: #000;
	margin: 0 20px;
}
.xscom .xscom_right .xscom_cont{
	width: 770px;
    color: #000;
    padding-left: 20px;
}

.xscom .xscom_right .xscom_cont span{
	padding: 10px;
    border: 1px solid #333;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 50px;
}
.xscom .xscom_right .xscom_cont span a{
	color: #00299e;
    padding: 7px 30px;
	border-radius: 20px;
}
.xscom .xscom_right .xscom_cont span a:hover{
    background: #00299e;
	color: #fff;

}
.xs_istuijian{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.xs_istuijian img{
	width: 30%;
}

.zdtj2 .prev{ position: absolute;
    left: 490px;
    bottom: 0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer; 
}	
.zdtj2 .prev:hover{
		background-position: -160px -0px;
	}

.zdtj2 .amore{
	position: absolute;
    left: 570px;
    bottom: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.zdtj2 .amore:hover{
	background-position: -80px -76px;
}
.zdtj2 .next{ position: absolute;
    right: 490px;
    bottom: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;}	
.zdtj2 .next:hover{
	background-position: -240px -0px;
}

.zdtj2{ width:1200px; overflow: hidden;  position:relative;height: 500px;}
.zdtj2 .hd ul{ float:right; zoom:1; overflow: hidden;}
.zdtj2 .bd{width: 1200px; margin: 0 auto; overflow: hidden; position: relative;height: 417px;}
.zdtj2 .bd ul li{ margin-right:20px; float:left;overflow: hidden; width: 280px;  height:auto; border:1px solid #ccc;cursor:pointer;border-top-left-radius:20px;border-bottom-right-radius:20px;position: relative; }
.zdtj2 .bd ul li:hover .cp_show .zd_img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.zdtj2 .bd ul li:hover .zd_sanH{
	background: #00299e;

}
.zdtj2 .bd ul li:hover .zd_sanH p{
	color: #fff;
}
.zdtj2 .bd ul li:hover .zd_title{
	background: #00299e;
	color: #fff;
}

.cp_show2{ height: 380px; moz-user-select:-moz-none;-moz-user-select: none;  -o-user-select:none; -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none;padding: 16px;background: #fff;  }
.cp_show2 .cp_showa{overflow: hidden;display: block;}


.cp_show2 .zd_img{ width:226px; height: 226px;  margin: 0px auto; display: block;border-radius: 20px;transition: .9s; }

.cp_show2 .zd_title{ color: #000; font-size: 15px; overflow: hidden;     padding-top: 10px;
    padding-bottom: 6px;text-align:center}
.cp_show2 .zd_sanH{
	padding-bottom:12px;padding-left:12px;padding-right:12px
}
.cp_show2 .zd_sanH p{ font-size: 13px; color: #333; line-height: 22px;}

.cp_show2  .zd_cp_view{width: 100%;height: 32px; line-height: 32px; border-radius: 6px; background: url(../images/jichu_icon2.png) no-repeat;display: block;background-position:188px -170px ; font-size: 14px;color: #333;}

.zdtj2 .bd ul li:hover .cp_show2 .zd_img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}



.lscom{
	width: 100%;
    padding: 50px 0 90px;
	background: url(../images/ls-bg.jpg) no-repeat center center;
}
.lscom .lscom_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.lscom .lscom_left h4{
	font-size: 14px;
	color: #fff;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.lscom .lscom_left h1{
	font-size: 45px;
	color: #fff;
}
.lscom .lscom_right .cota{
	display: block;
	padding-top: 40px ;
	color: #fff;
	margin: 0 20px;
}
.lscom .lscom_right .lscom_cont{
	width: 770px;
    color: #fff;
    padding-left: 20px;
}

.lscom .lscom_right .lscom_cont span{
	padding: 10px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 50px;
}
.lscom .lscom_right .lscom_cont span a{
	color: #fff;
    padding: 7px 30px;
	border-radius: 20px;
}
.lscom .lscom_right .lscom_cont span a:hover{
    background: #fff;
	color: #00299e;

}

.lstuijian{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.cjjl-box{ padding: 15px; height: auto; overflow: hidden; background-color:#fff5ec;border-radius:10px;border:1px solid #85582a;margin-right: 10px;}
.cjjl-box:last-child{
	margin-right: 0;
}
.cjjl_title{ color: #85582a; border-bottom: #8d8d8d solid 1px; height: 30px; line-height: 30px; font-size: 20px;}
.cjjl_title a{ color: #85582a;}
.cjjl_title a:hover{color: #000;}
.cjjl_box{height: auto;overflow: hidden; font-size: 14px; color: #000; }
.txtMarquee-top{ overflow:hidden; position:relative; border: solid #999 1px;}
.txtMarquee-top .hd{ overflow:hidden;  text-align: center;  }
.txtMarquee-top .bd{ height:287px; float:left;  }
.cjjl_bg{ background:#2a457a;  float: left;;  width:560px; font-size: 14px;}
.txtMarquee-top .bd ul li{ height:35px; line-height:35px;width: 492px; border-bottom:#8d8d8d solid 1px;font-size:14px}
.txtMarquee-top .bd ul li:hover{
	background: #ccc;
}
.mingcheng_bt1{ color: #fff;float: left;width:15%;text-align:center;  height:40px; line-height:40px; overflow: hidden;}
.mingcheng_bt2{ color: #fff;float: left;width:30%;text-align:center;  height:40px; line-height:40px; overflow: hidden ;}
.mingcheng_bt3{ color: #fff;float: left;width:25%;text-align:center;  height:40px; line-height:40px; overflow: hidden;}
.mingcheng_bt4{ color: #fff;float: left;width:19%;text-align:center;  height:40px; line-height:40px; overflow: hidden;}
.mingcheng1{float: left;width:15%; text-align:center; color:#333;overflow: hidden;border-right: #8d8d8d solid 1px; }
.mingcheng2{float: left;width:34.8%; text-align:center; color:#333;overflow: hidden;border-right: #8d8d8d solid 1px; }
.mingcheng3{float: left;width:24.8%; text-align:center; color:#333;overflow: hidden;border-right: #8d8d8d solid 1px; }
.mingcheng4{float: left;width:24.8%; text-align:center; color:#333;overflow: hidden; }
.red{color:#f00}
.cjjl_js{font-size: 12px; color: #292929; line-height: 24px; border-bottom: #a6a6a6 solid 1px; padding-bottom: 5px; margin-bottom: 15px;}
.zx_bot{display: flex;justify-content: space-between;align-items: center;margin-top: 12px;}
.zx_bot a{width: 152px; height: 48px; line-height: 49px; border-radius: 5px; display: block; color:#fff; text-align: center; float: left; font-size: 14px;}
.zx_bot a:hover{ background-color: #191919; border-radius: 0;transition-duration:0.8s;}
.zx_bot .blue_b{ background-color: #00299e}
.zx_bot .red_b{background-color: #b3ad00; margin: 0 10px;}
.zx_bot .yellow_b{ background-color: #2095c5;}




.newscom{
	width: 100%;
    padding: 50px 0 40px;
}
.newscom .newscom_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.newscom .newscom_left h4{
	font-size: 14px;
	color: #000;
	/* font-weight: bold; */
	text-transform: uppercase;
	width: 100%;
}
.newscom .newscom_left h1{
	font-size: 45px;
	color: #000;
}
.newscom .newscom_right .cota{
	display: block;
	padding-top: 40px ;
	color: #000;
	margin: 0 20px;
}
.newscom .newscom_right .newscom_cont{
	width: 770px;
    color: #000;
    text-indent: 2em;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}

.newscom .newscom_right .newscom_cont span{
	padding: 10px;
    border: 1px solid #333;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 50px;
}
.newscom .newscom_right .newscom_cont span a{
	color: #00299e;
    padding: 7px 30px;
	border-radius: 20px;
}
.newscom .newscom_right .newscom_cont span a:hover{
    background: #00299e;
	color: #fff;

}
.newstuijian{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.newstuijian .newcomli{
	display: flex;
	justify-content: center;
	align-items: start;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	color: #333;

}
.newstuijian .newcomli:hover .newslicon,.newstuijian .newcomli:hover .newslicon p{
	color: #00299e;
}
.newstuijian .newcomli:hover .newslicon span{
	color: #00299e;
}
.newstuijian .newcomli:hover .newsliimg img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.newstuijian .newcomli:nth-child(2n-1){
	padding-left: 0;
}
.newstuijian .newcomli:nth-child(2n){
	padding-right: 0;
}
.newstuijian .newcomli .newsliimg{
	margin-right: 20px;
	width: 210px;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border: 1px solid #ccc;
}
.newstuijian .newcomli .newsliimg img{
	width: 100%;
	transition: .9s;
}
.newstuijian .newcomli .newslicon{
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	border: 1px solid #ccc;
    padding: 18px;
}
.newstuijian .newcomli .newslicon h1{
	padding-bottom: 28px;
	font-size: 16px;
}
.newstuijian .newcomli .newslicon span{
	margin: 4px 0;
	padding-left: 40px;
	font-size: 16px;
	font-family: dincondBold;
	color: #8c8c8c;
	position: relative;
	padding-left: 0;
	display: block;
}
.newstuijian .newcomli .newslicon p{
	color: #8c8c8c;
	text-indent: 2em;
}
